home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java Primer Plus
/
Java Primer Plus (Waite Group Proess)(1996).iso
/
java_Win
/
demo
/
GraphLayout
/
Node.class
(
.txt
)
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1995-10-12
|
430 b
|
16 lines
class Node {
// $FF: renamed from: x double
double field_0;
// $FF: renamed from: y double
double field_1;
// $FF: renamed from: dx double
double field_2;
// $FF: renamed from: dy double
double field_3;
boolean fixed;
String lbl;
public Node() {
}
}